Package eu.europa.ec.taxud.cesop.domain
Enum Class ValidationErrorTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<ValidationErrorTypeEnum>,java.lang.constant.Constable
Enum for the validation error types.
The holder is also used in VM and requires the type ID without data access so it is part of the enum.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Business rule was removed in version 1.6.0.Deprecated.Business rule was removed in version 1.6.0. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()static booleanisSupported(String errorCode, String xsdVersion) static ValidationErrorTypeEnumReturns the enum constant of this class with the specified name.static ValidationErrorTypeEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MH_BR_0010
-
MH_BR_0020
Deprecated.Business rule was removed in version 1.6.0. -
MH_BR_0030
-
MH_BR_0040
-
MH_BR_0050
-
MH_BR_0060
-
MH_BR_0070
-
MH_BR_0080
-
MH_BR_0090
-
MH_BR_0100
-
MH_BR_0110
-
MH_BR_0120
-
CM_BR_0010
-
CM_BR_0020
-
CM_BR_0030
-
CM_BR_0040
-
CM_BR_0050
-
CM_BR_0060
-
CM_BR_0070
-
CM_BR_0100
-
CM_BR_0110
-
CM_BR_0120
-
CM_BR_0130
-
CM_BR_0140
-
CM_BR_0150
-
PS_BR_0010
Deprecated.Business rule was removed in version 1.6.0. -
RP_BR_0010
-
RP_BR_0020
-
RP_BR_0030
-
RP_BR_0040
-
RP_BR_0050
-
RP_BR_0060
-
RP_BR_0070
-
RP_BR_0080
-
RP_BR_0090
-
RT_BR_0010
-
RT_BR_0030
-
RT_BR_0040
-
RT_BR_0050
-
RT_BR_0060
-
RT_BR_0080
-
CM_TR_0010
-
CM_TR_0020
-
CM_TR_0030
-
CM_TR_0040
-
CM_TR_0050
-
CM_TR_0060
-
CM_TR_0070
-
CM_TR_0080
-
CM_TR_9999
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isSupported
-
getCode
-
getDescription
-
getResultType
-